@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 1200px) {
  .active .lr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  .active .rr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  .active .up_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .active .down_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}

.mx1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/**/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}

.x-header {
  position: absolute;
  z-index: 999999;
  width: 20.10416667%;
  top: 0;
  background: transparent;
  padding: 0;
}

.logo {
  margin-left: 4.89583333vw;
  line-height: 102px;
  background: #fff;
  text-align: center;
}

.logo a {
  display: block;
  line-height: 102px;
}

.logo img {
  max-width: 100%;
  margin-top: -10px;
}

.xymob-navbtn1 {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 4.89583333vw;
  background: #eb3d00;
  padding: 1.66666666vw 0.83333333vw;
  padding-bottom: 6px;
}

.xymob-navbtn1 span, .xymob-navbtn1:after, .xymob-navbtn1:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn1 span {
  margin: 0.78125vw 0;
}

.xymob-navbtn1:after, .xymob-navbtn1:before {
  content: '';
  -webkit-transform-origin: 10.5%;
  transform-origin: 10.5%;
}

.xymob-navbtn1.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn1.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xymob-navbtn1.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xymob-menu1 {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  top: 102px;
  width: 20.10416667%;
}

.xymob-menu1 .xymob-menu-box1 {
  height: 100vh;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}

.xymob-menu1 .xymob-menu-box1 .red {
  background: #eb3d00;
  height: 100vh;
  width: 4.89583333vw;
  position: relative;
  z-index: 999;
}

.xymob-menu1 .xymob-menu-box1 .red ul {
  position: absolute;
  bottom: 25vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.xymob-menu1 .xymob-menu-box1 .red ul li {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.xymob-menu1 .xymob-menu-box1 .red ul li img {
  max-width: 80px;
}

.xymob-menu1 .xymob-menu-box1 .red ul li.nav_tel dd {
  background: #fff;
  position: absolute;
  left: 100%;
  font-size: 16px;
  padding: 15px;
  top: 0;
  z-index: 999999;
  display: none;
}

.xymob-menu1 .xymob-menu-box1 .red ul li.nav_tel:hover dd {
  display: block;
}

.xymob-menu1 .xymob-menu-box1 .red ul li.nav_ewm dd {
  background: #fff;
  position: absolute;
  left: 100%;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: none;
}

.xymob-menu1 .xymob-menu-box1 .red ul li.nav_ewm dd img {
  width: 80px;
  height: 80px;
}

.xymob-menu1 .xymob-menu-box1 .red ul li.nav_ewm:hover dd {
  display: block;
}

.xymob-nav1 {
  height: 100vh;
  width: 15.2604167vw;
}

.xymob-nav1>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.xymob-nav1>li>a {
  display: block;
  line-height: 6.5;
  font-size: 16px;
  color: #ffffff;
  text-indent: 20px;
}

.xymob-nav1>li>a img {
  max-width: 100%;
  margin-right: 1vw;
}

.xymob-nav1>li>a span {
  margin-left: 5px;
  font-size: 13px;
}

.xymob-nav1>li:hover {
  background: rgba(235, 61, 0, 0.5);
}

.xymob-nav1 .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

@media (max-width: 1630px) {
  .xymob-nav1>li>a {
    line-height: 6;
  }
}

@media (max-width: 1600px) {
  .xymob-menu1 {
    top: 102px;
  }
  .xymob-nav1>li>a {
    line-height: 5.5;
  }
}

@media (max-width: 1400px) {
  .xymob-menu1 {
    top: 80px;
  }
  .xymob-nav1>li>a {
    font-size: 15px;
    line-height: 5;
  }
  .xymob-menu1 .xymob-menu-box1 .red {
    width: 5.89583333vw;
  }
  .x-header {
    width: 25%;
  }
  .logo {
    line-height: 80px;
    margin-left: 5.89583333vw;
  }
  .logo a {
    line-height: 80px;
  }
  .logo img {
    max-width: 150px;
  }
  .xymob-menu1 {
    width: 25%;
  }
  .xymob-nav1 {
    width: 19vw;
  }
  .xymob-navbtn1 {
    width: 5.89583333vw;
  }
}

@media (max-width: 1366px) {
  .xymob-navbtn1 {
    padding: 2vw 0.83333333vw;
    padding-bottom: 0;
  }
  .xymob-nav1>li>a img {
    margin-left: 5px;
  }
  .xymob-nav1>li>a {
    line-height: 5;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .xymob-navbtn1 {
    padding: 3vw 0.83333333vw;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 60px!important;
  }
  .section1, .section2, .section3, .section4, .section5, .section6, .section7 {
    position: relative;
    width: 100%;
  }
  .fp-tableCell, .section, .x-banner,.x-banner .owl-carousel .banner-item img {
    display: block;
    height: auto !important;
  }
  
}

/*第二屏*/

.s2_content {
  display: box;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex瀹瑰櫒*/
  box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}

.s2_content .s2_li {
  width: 25%;
  height: 100vh;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: box;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex瀹瑰櫒*/
  box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  perspective: 2000px;
  overflow: hidden;
}

.s2_content .s2_li:first-child {
  border-left: none;
}

.s2_content .s2_li .si2_d {
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease 0.2s;
  position: relative;
  z-index: 99;
}

.s2_content .s2_li .si2_d i {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  line-height: 100px;
}

.s2_content .s2_li .si2_d img {
  display: inline-block;
  max-width: 100%;
}

.s2_content .s2_li .si2_d dd {
  width: 144px;
  display: inline-block;
  height: 42px;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 2.5vw;
}

.s2_on {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.s2_on a {
  display: block;
  position: relative;
}

.s2_on a::before {
  content: '';
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
  opacity: 1;
}

.s2_on img {
  width: 100%;
  height: 100vh;
}

.s2_li .info {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
  height: 30.7vw;
  background-size: 100% 100%;
  opacity: 0;
  transform-origin: 0% 50%;
  /* transform:rotateY(0deg);*/
  transition: all 0.3s ease 0.2s;
}

.s2_li .info>img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s2_li .info div {
  position: absolute;
  z-index: 2;
  padding: 0 50px 0 65px;
  top: 6vw;
  display: block;
}

.s2_li .info>a {
  display: block;
}

.s2_content h4 {
  font-size: 1.2vw;
  color: #eb3d00;
  line-height: 1;
  padding: 2vw 0 15px;
  font-weight: bold;
}

.s2_content h5 {
  font-size: 0.9vw;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

.s2_li .info div h4 {
  padding-top: 2vw;
  color: #fff;
}

.s2_li .info div h4 a {
  color: #fff;
}

.s2_li .info a i {
  display: block;
  padding-top: 0.5vw;
}

.s2_li .info a i img {
  display: inline-block;
  width: 52px;
  height: 52px;
  filter: brightness(100);
}

.s2_li .info div p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 1.82vw;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s2_li .info div dt {
  width: 144px;
  display: inline-block;
  height: 42px;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 2vw;
  font-weight: normal;
}

.s2_content .s2_li:hover .si2_d {
  opacity: 0;
}

.s2_content .s2_li:hover .info {
  opacity: 1;
  transform: rotateY(0deg);
}

.s2_content .s2_li:hover .s2_on {
  opacity: 1;
  transform: rotateY(0deg);
}

.s2_content .s2_li:hover .s2_on a::before {
  opacity: 0;
}

.s2m_content {
  display: none;
  padding: 15px
}

.s2m_content .s2m-slick {
  position: relative;
}

.s2m_content .s2m-slick .slick-con {
  position: relative;
}

.s2m_content .s2m-slick .slick-con a {
  display: block;
}

.s2m_content .s2m-slick .slick-con a .img img {
  width: 100%;
}

.s2m_content .s2m-slick .slick-con .wz {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
  height: 52%;
}

.s2m_content .s2m-slick .slick-con .wz>img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s2m_content .s2m-slick .slick-con .wz div {
  padding: 0 4%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 30%;
  width: 100%;
}

.s2m_content .s2m-slick .slick-con .wz div i img {
  width: 40px;
  height: 40px;
}

.s2m_content .s2m-slick .slick-con .wz div h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  padding: 4vw 0 2vw;
}

.s2m_content .s2m-slick .slick-con .wz div p {
  font-size: 13px;
  line-height: 2;
  color: #fff;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s2m_content .s2m-slick .slick-con .wz div dd {
  width: 120px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 3vw;
}

.s2m_content .s2m-slick .slick-arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  text-indent: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background: none;
  z-index: 999;
}

.s2m_content .s2m-slick .slick-prev {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/219858ba90a942eaa8ae3adae8917aded9c31bac.png) no-repeat center;
  left: 20px;
}

.s2m_content .s2m-slick .slick-next {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/2d20977e6a8cbc0c4ed07b861306def586f038d9.png) no-repeat center;
  right: 20px;
}

@media (max-width: 1440px) {
  .s2_li .info div {
    padding: 0 35px;
  }
  .s2_content .s2_li .si2_d dd, .s2_li .info div dt {
    font-size: 14px;
    width: 120px;
    line-height: 32px;
    height: 34px;
  }
}

/*第三屏*/

.section3 {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/aff530b6ad42efc2af55e46e4a9eb70ad7d51552.jpg) no-repeat center;
  background-size: cover;
}

.section3::before {
  content: '';
  width: 100%;
  height: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 102px;
  background: rgba(0, 0, 0, 0.1);
}

.s3_content {
  padding: 0 5%;
}

.s3_con1 {
  text-align: right;
}

.s3_con1 h3 {
  font-size: 2.3vw;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  text-transform: uppercase;
}

.s3_con1 h4 {
  font-size: 1vw;
  color: #fff;
  font-weight: 100;
}

.s3_con1 h4 span {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
}

.s3_con1 h5 {
  font-size: 1vw;
  color: #fff;
  position: relative;
}

.s3_con1 h5::before {
  content: '';
  width: 68%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 2.5vw;
}

#certify .swiper-slide {
  width: 820px;
  position: relative;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
}

#certify .swiper-slide .swiper-item {
  overflow: hidden;
  position: relative;
}

#certify .swiper-slide .swiper-item .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(235, 61, 0, 0.9);
  padding: 2% 6%;
  display: none;
}

#certify .swiper-slide .swiper-item .wz h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#certify .swiper-slide .swiper-item .wz p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#certify .swiper-slide.swiper-slide-active .swiper-item .wz {
  display: block;
}

#certify .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: url(//cdn.myxypt.com/1ab947b0/21/10/219858ba90a942eaa8ae3adae8917aded9c31bac.png) no-repeat center #434343;
  background-size: 14px 21px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 24.5%;
}

#certify .swiper-button-next {
  width: 64px;
  height: 64px;
  background: url(//cdn.myxypt.com/1ab947b0/21/10/2d20977e6a8cbc0c4ed07b861306def586f038d9.png) no-repeat center #434343;
  background-size: 14px 21px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 24.5%;
}

#certify .swiper-button-prev:hover, #certify .swiper-button-next:hover {
  background-color: #eb3d00;
}

@media (max-width: 1680px) {
  #certify .swiper-button-prev {
    left: 20%;
  }
  #certify .swiper-button-next {
    right: 20%;
  }
}

@media (max-width: 1440px) {
  .section3::before {
    top: 80px;
  }
  #certify .swiper-slide {
    width: 720px;
  }
  #certify .swiper-slide .swiper-item .wz h3 {
    font-size: 16px;
  }
  #certify .swiper-slide .swiper-item .wz p {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .s3_con1 h5::before {
    width: calc(100% - 350px);
  }
  #certify .swiper-slide {
    width: 580px;
  }
}

@media (max-width: 991px) {
  .s3_content {
    padding: 40px 15px;
  }
  .section3::before {
    display: none;
  }
  .s3_con1 h3 {
    font-size: 24px;
  }
  .s3_con1 h4 {
    font-size: 14px;
  }
  .s3_con1 h4 span {
    font-size: 24px;
  }
  .s3_con1 h5 {
    font-size: 14px;
  }
  .s3_con1 h5::before {
    display: none;
  }
  #certify .swiper-button-prev {
    left: 10%;
  }
  #certify .swiper-button-next {
    right: 10%;
  }
}

@media (max-width: 767px) {
  #certify .swiper-button-prev {
    left: 0;
  }
  #certify .swiper-button-next {
    right: 0;
  }
  #certify .swiper-button-next, #certify .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 8px 16px;
  }
}

/*第四屏*/

.section4 {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/f854d26491c06357bdc0c4830dc5a1297e555928.jpg) no-repeat center;
  background-size: cover;
}

.s4_content {
  padding: 0 13.5%;
}

.s4_content .s4_con1 h3 {
  font-size: 1.8vw;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.s4_content .s4_con1 h4 {
  font-size: 0.9vw;
  text-align: center;
  color: #666666;
  line-height: 1.8;
  padding: 10px 0;
}

.s4_content .s4_con2 {
  padding: 1vw 0;
  display: flex;
}

.s4_content .s4_con2 li {
  flex-grow: 1;
  text-align: center;
}

.s4_content .s4_con2 li h3 span {
  display: inline-block;
  vertical-align: top;
  font-size: 2.4vw;
  font-weight: bold;
  color: #000;
}

.s4_content .s4_con2 li h3 i {
  font-size: 1.4vw;
  font-style: normal;
  vertical-align: top;
}

.s4_content .s4_con2 li h3 em {
  display: inline-block;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 100;
  vertical-align: bottom;
}

.s4_content .s4_con2 li p {
  font-size: 0.9vw;
  margin-top: 5px;
}

.s4_content .s4_con3 .gsjj {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}

.s4_content .s4_con3 .gstu {
  padding-top: 50px;
  position: relative;
}

.s4_content .s4_con3 .gstu img {
  width: 100%;
  transition: .5s;
}

.s4_content .s4_con3 .gstu::before {
  content: '';
  width: 1px;
  height: 60px;
  background: #eb3d00;
  position: absolute;
  left: 50%;
  top: 22px;
  z-index: 999;
}

.s4_content .s4_con3 .gstu .img {
  overflow: hidden;
}

.s4_content .s4_con3 .gstu:hover .img img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .s4_content {
    padding: 0 10%;
  }
  .s4_content .s4_con3 .gsjj {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .s4_content {
    padding: 40px 15px;
  }
  .s4_content .s4_con1 h3 {
    font-size: 24px;
  }
  .s4_content .s4_con1 h4 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .s4_content .s4_con2 li h3 span {
    font-size: 20px;
  }
}

/*第五屏*/

.section5 {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/3d47d2f12cef5438ded2b1d6792dff15cd222f9e.jpg) no-repeat center;
  background-size: cover;
}

.s5_content {
  padding: 0 6%;
}

.s5_content .s5_con1 {
  position: relative;
  padding-right: 200px;
}

.s5_content .s5_con1 h3 {
  font-size: 1.6vw;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}

.s5_content .s5_con1 h3::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #eb3d00;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s5_content .s5_con1 p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  margin-top: 5px;
}

.s5_content .s5_con1 a.news_more {
  width: 160px;
  height: 42px;
  border: 2px solid #eb3d00;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border-radius: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -21px;
  color: #eb3d00;
  transition: .3s;
}

.s5_content .s5_con1 a.news_more:hover {
  background: #eb3d00;
  color: #fff;
}

.s5_content .s5_con2 {
  margin-top: 2.5vw;
}

.s5_content .s5_con2 li {
  width: 23%;
  margin-right: 2.333%;
  float: left;
}

.s5_content .s5_con2 li:last-child {
  margin-right: 0;
}

.s5_content .s5_con2 li a {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.s5_content .s5_con2 li .img {
  overflow: hidden;
}

.s5_content .s5_con2 li .img img {
  transition: .5s;
  width: 100%;
}

.s5_content .s5_con2 li a:hover .img img {
  transform: scale(1.1);
}

.s5_content .s5_con2 li a .wz {
  background: #fff;
  padding: 10px 15px 20px;
}

.s5_content .s5_con2 li a .wz h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #ededed;
}

.s5_content .s5_con2 li a .wz .info {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 12px auto;
}

.s5_content .s5_con2 li a .wz dd {
  text-align: center;
  font-size: 13px;
  color: #eb3d00;
  font-style: italic;
}

.s5_content .s5_con2 li a:hover .wz h3 {
  color: #eb3d00;
}

@media (max-width: 1400px) {
  .s5_content .s5_con2 li a .wz h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .s5_content .s5_con1 h3 {
    font-size: 24px;
  }
  .s5_content .s5_con1 p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .s5_content {
    padding: 40px 15px;
  }
  .s5_content .s5_con1 p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .s5_content .s5_con1 a.news_more {
    width: 120px;
    height: 36px;
    border: 1px solid #eb3d00;
    line-height: 34px;
    margin-top: -18px;
  }
}

@media (max-width: 767px) {
  .s5_content .s5_con1 {
    padding-right: 120px;
  }
  .s5_content .s5_con1 p {
    font-size: 12px;
  }
  .s5_content .s5_con1 a.news_more {
    width: 110px;
  }
  .s5_content .s5_con2 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .s5_content .s5_con2 li:nth-child(2n) {
    margin-right: 0;
  }
  .s5_content .s5_con2 li a .wz h3 {
    font-size: 14px;
  }
  .s5_content .s5_con2 li a .wz .info {
    font-size: 13px;
  }
}

/*第六屏*/

.section6 {
  font-size: 0;
}

.s6_con1 {
  display: inline-block;
  width: 40%;
  padding: 6% 3% 6% 6%;
  background: url(//cdn.myxypt.com/1ab947b0/21/10/95374a00dad297024819df2a550ee91cc544f4fd.jpg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

.s6_con1 .s6_con1_wz {
  padding-right: 80px;
  position: relative;
}

.s6_con1 .s6_con1_wz h3 {
  font-size: 1.2vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}

.s6_con1 .s6_con1_wz h4 {
  font-size: 1.2vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  line-height: 2;
}

.s6_con1 .s6_con1_wz .huan {
  font-size: 18px;
  color: #fff;
  margin-top: 110px;
}

.s6_con1 .s6_con1_wz .xx {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 260px;
}

.s6_con1 .s6_con1_wz .xx a {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.s6_con1 .s6_con1_wz .xx a span {
  display: block;
}

.s6_con1 .s6_con1_wz .xx::before {
  content: '';
  width: 1px;
  height: 240px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 45px;
}

.s6_con2 {
  display: inline-block;
  width: 60%;
  padding: 55px 5% 55px 8%;
  background: url(//cdn.myxypt.com/1ab947b0/21/10/838c0c61e6647429a34cb08eccbc0546cbef1cb5.jpg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}

.s6_con2 .s6_con2_tlt h3 {
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
}

.s6_con2 .s6_con2_tlt h4 {
  font-size: 2.7vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
}

.s6_con2 ul {
  margin: 1.5vw auto;
}

.s6_con2 ul li {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}

.s6_con2 ul li img {
  width: 100%;
}

.s6_con2 a.lxhz {
  display: block;
  width: 207px;
  height: 62px;
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  font-weight: 100;
  text-indent: 32px;
  background: url(//cdn.myxypt.com/1ab947b0/21/10/f4cb62508a0e0e5174de840051633d3a2dcd9eef.png) no-repeat center;
  background-size: 100% 100%;
}

.s6_con2 a.lxhz:hover {
  background: url(//cdn.myxypt.com/1ab947b0/21/10/565a880195c274cccb3ea82e60d9d3033dca8724.png) no-repeat center;
  color: #eb3d00;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .s6_con1 .s6_con1_wz .xx {
    padding-top: 190px;
  }
  .s6_con1 .s6_con1_wz .xx::before {
    height: 170px;
  }
  .s6_con1 .s6_con1_wz h3, .s6_con1 .s6_con1_wz h4 {
    font-size: 16px;
  }
  .s6_con1 .s6_con1_wz .huan {
    font-size: 14px;
  }
  .s6_con1 .s6_con1_wz .xx a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .s6_con1 {
    width: 100%;
  }
  .s6_con2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .s6_con1 {
    padding: 30px 15px;
  }
  .s6_con1 .s6_con1_wz .huan {
    margin-top: 30px;
  }
  .s6_con1 .s6_con1_wz .xx {
    padding-top: 90px;
    display: none;
  }
  .s6_con1 .s6_con1_wz {
    padding-right: 0;
  }
  .s6_con2 {
    padding: 30px 15px;
  }
  .s6_con2 .s6_con2_tlt h3 {
    font-size: 12px;
  }
  .s6_con2 .s6_con2_tlt h4 {
    font-size: 16px;
  }
  .s6_con2 ul li {
    width: 23.333%;
  }
  .s6_con2 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .s6_con2 a.lxhz {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
}

/*底部*/

.w1400 {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.foot1 {
  padding: 4.5% 0;
  background: #f9f9f9;
}

.foot1 .fnav {
  width: calc(100% - 490px);
  float: left;
}

.foot1 .fnav ul li {
  width: 25%;
  float: left;
  padding-right: 10px;
}

.foot1 .fnav ul li h3 {
  font-size: 20px;
  color: #353433;
  line-height: 2;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot1 .fnav ul li .sec dd {
  font-size: 15px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot1 .fnav ul li .sec dd a {
  color: #9b9b9b;
}

.foot1 .fnav ul li .sec dd a:hover {
  color: #eb3d00;
}

.foot1 .ft_lxfs {
  width: 490px;
  float: right;
  margin-top: 10px;
}

.foot1 .ft_lxfs .ft_ewm dd {
  display: inline-block;
  vertical-align: bottom;
}

.foot1 .ft_lxfs .ft_ewm dd img {
  width: 74px;
  height: 74px;
}

.foot1 .ft_lxfs .ft_ewm dl {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  margin-bottom: 0;
}

.foot1 .ft_lxfs .ft_ewm dl span {
  font-size: 18px;
  color: #000000;
}

.foot1 .ft_lxfs .ft_ewm dl p {
  font-size: 14px;
  color: #000000;
}

.foot1 .ft_lxfs .lxfs {
  margin-top: 20px;
}

.foot1 .ft_lxfs .lxfs dd {
  display: block;
  width: 50%;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 2;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 5px;
}

.foot1 .ft_lxfs .lxfs dd:last-child {
  width: 100%;
}

.foot2 {
  padding: 15px 0;
  border-top: 1px solid #dedede;
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  background: #f9f9f9;
}

.foot2 a {
  color: #999;
}

.foot2 .yqlj {
  display: none;
}

@media (max-width: 1199px) {
  .foot1 .fnav ul li h3 {
    font-size: 16px;
  }
  .foot1 .fnav ul li .sec dd {
    font-size: 13px;
  }
  .foot1 .ft_lxfs .ft_ewm dl span {
    font-size: 14px;
  }
  .foot1 .ft_lxfs .ft_ewm dl p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .foot1 .fnav {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .foot1 .ft_lxfs {
    width: 100%;
    float: none;
  }
  .foot1 .fnav ul li h3 {
    font-size: 15px;
  }
  .foot1 .fnav ul li .sec dd {
    font-size: 12px;
  }
}

/*内页*/

.mx1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 100%
}

.table_cell {
  display: table-cell;
  vertical-align: middle
}

.slow img:hover {
  transform: scale(1.05);
}

/*图片放大*/

.slow img {
  -moz-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

/*缓慢效果*/

.n_case .fl01 ul {
  font-size: 0;
  margin: 0 -0.8125rem
}

.n_case .fl01 ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0 0.8125rem;
  text-align: center;
  overflow: hidden;
}

.n_case .fl01 ul li a {
  display: block
}

.n_case .fl01 ul li a .img {
  overflow: hidden;
  position: relative
}

.n_case .fl01 ul li a .img img {
  width: 100%;
  object-fit: cover
}

.n_case .fl01 ul li a .img .top {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .img .top h5 {
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.n_case .fl01 ul li a .con h5 {
  font-size: 15px;
  color: #747474;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1.875rem 0 1.375rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

@media(min-width: 768px) {
  .container02 .miso_bd ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .container02 .miso_bd ul li a:hover .img img {
    transform: scale(1.06)
  }
  .container02 .miso_bd ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .container02 .miso_bd ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .tc_case h5 a:hover img {
    transform: translateX(-10px)
  }
  .container03 ul li a:hover .icon {
    transform: scale(1.15);
  }
  .container03 ul li a:hover .con {
    transform: translateY(1rem);
  }
  .container03 ul li a:hover .icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container03 ul li a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s;
  }
  @keyframes jello {
    from, 11.1%, to {
      -webkit-transform: none;
      -moz-transform: none;
      transform: none
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      -moz-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
      -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
      -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
      transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
      -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
      transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
  }
  .container03 ul li a:hover .dt-arrow {
    opacity: 1
  }
  .container04 ul li a:hover .wenzi {
    background: #636363
  }
  .container04 ul li a:hover .wenzi:before {
    border-left: transparent 12px solid;
    border-right: transparent 12px solid;
    left: 36px;
  }
  .container04 ul li a:hover .wenzi h5 {
    color: #fff
  }
  .container04 ul li a:hover .wenzi h6, .container04 ul li a:hover .wenzi p {
    color: #a1a1a1
  }
  .container04 ul li a:hover:before {
    transform: translateX(15px) translateY(-15px)
  }
  footer .right button:hover {
    background: #3d3d3d
  }
  .n_news ul li:hover:after {
    width: 100%;
  }
  .n_news ul li:hover .right .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.5);
    top: 0
  }
  .n_case ul li a:hover .img img {
    transform: scale(1.06)
  }
  .n_case ul li a:hover .con h5 {
    opacity: 0;
    transform: scale(0.5)
  }
  .n_case ul li a:hover .img .top h5 {
    opacity: 1;
    transform: scale(1)
  }
  .n_team ul li a:hover .img .top {
    background: rgba(0, 0, 0, 0.45);
    transform: scale(1);
    opacity: 1
  }
}

.n_nav_box {
  position: relative;
  line-height: 60px;
  z-index: 2;
  background: #f8f9fb;
  margin-bottom: 0rem;
}

.ny {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
}

.n_nav {
  float: left;
}

.n_position {
  float: right;
}

.xypg-left-nav {
  margin: 0;
  font-size: 0;
}

.xypg-left-nav>li {
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.xypg-left-nav>li>a {
  font-size: 0.8rem;
  color: #3c3c3c;
  min-width: 8rem;
  text-align: center;
  position: relative;
  padding: 0;
}

.xypg-left-nav>li>a:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #eb3d00;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -4rem;
  transition: .5s;
}

.xypg-left-nav>li:hover>a::before {
  width: 8rem;
}

.xypg-left-nav>li.clicked>a::before {
  width: 8rem;
}

.xypg-left-nav>li .first-nav-btn {
  display: none;
}

.n_position {
  text-align: right;
  font-size: 13px;
  color: #6a6a6a;
}

.n_position a {
  font-size: 13px;
  color: #7b7b7b;
  position: relative;
  line-height: 44px;
}

#n_news {
  /*background: #fff;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

#n_news .s_tt {
  text-align: center;
  margin-bottom: 3.2rem;
}

#n_news .s_tt span {
  font-size: 1.625rem;
  color: #3c3c3c;
  font-family: arial;
  text-transform: uppercase;
}

#n_news .s_tt h3 {
  font-size: 1.125rem;
  color: #3c3c3c;
}

#n_news .container {
  padding-top: 0;
}

#n_news ul {
  margin-top: -3rem;
}

#n_news li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #e6e6e6;
}

#n_news li a {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

#n_news li .img {
  margin-top: 1.5625rem;
  overflow: hidden;
}

#n_news li .img img {
  transition: 1s;
  width: 100%;
}

#n_news li .img:hover img {
  transform: scale(1.1);
}

#n_news li span {
  font-size: 13px;
  color: #b2b2b4;
}

#n_news li h5 {
  text-align: left;
  font-size: 1rem;
  color: #222225;
  margin-top: 1.1rem;
  margin-bottom: 1.175rem;
  line-height: 1.4;
  height: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#n_news li i {
  display: block;
  width: 15px;
  height: 3px;
  background: #828286;
  transition: .3s;
}

#n_news li:hover i {
  width: 55px;
  background: #eb3d00;
}

#n_news li p {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 1.125rem;
  margin-bottom: 1.5625rem;
}

#n_news li .more {
  font-size: 14px;
  color: #868686;
  font-family: arial;
  transition: .3s;
}

#n_news li .more:hover {
  color: #076c88;
}

li.am-pagination-select select {
  padding: 0;
}

@media(max-width: 767px) {
  .n_case .fl01 ul li {
    width: 50%;
  }
}


@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 991px) {
  .active .lr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  .active .rr_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  .active .up_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .active .down_a1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

}

